home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource for Source: C/C++
/
Resource for Source - C-C++.iso
/
codelib7
/
v_09_06
/
9n06054a
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-01
|
228 b
|
16 lines
// HSort.Hpp V.2.0 - 2/27/91
//
// Turbo C++ V.1.0
//
// Michael Kelly - Author
//
#if !defined(HSORT_HPP)
#define HSORT_HPP
#include "thing.hpp"
void heapsort( size_t num_things, Thing *array );
#endif